home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / dmraid / README < prev    next >
Text File  |  2008-09-17  |  3KB  |  108 lines

  1. ********************************************************************************
  2. *                                                                              *
  3. *   dmraid (Device-Mapper Software RAID support tool) 1.0.0.rc15  2006.09.17   *
  4. *                                                                              *
  5. *   (C)opyright 2004-2008  Heinz Mauelshagen, Red Hat GmbH.                    *
  6. *   All rights reserved.                                                       *
  7. *                                                                              *
  8. ********************************************************************************
  9.  
  10. Feature set:
  11. ------------
  12. This software discovers, activates, deactivates and displays properties
  13. of software RAID sets (eg, ATARAID) and contained DOS partitions.
  14.  
  15. dmraid uses libdevmapper and the device-mapper kernel runtime to create
  16. devices with respective mappings for the ATARAID sets discovered.
  17.  
  18. The following ATARAID types are supported:
  19.  
  20. Adaptec HostRAID ASR
  21. Highpoint HPT37X
  22. Highpoint HPT45X
  23. Intel Software RAID
  24. JMicron JMB36x
  25. LSI Logic MegaRAID
  26. NVidia NForce
  27. Promise FastTrack
  28. Silicon Image Medley
  29. SNIA DDF1
  30. VIA Software RAID
  31.  
  32. Beside hints, enhancement proposals and patches, I want to know, if the mappings
  33. the tool creates ("dmraid -tay") are correct for your ATARAID configuration.
  34.  
  35. Thank you for your support of dmraid.
  36.  
  37.  
  38. License/Disclaimer:
  39. -------------------
  40. This software is released under the GPL/LGPL respectively.
  41.  
  42. See file headers, LICENSE, LICENSE_GPL and LICENSE_LGPL for details.
  43.  
  44. This is Alpha software and it can destroy your data!
  45.  
  46. So please take backups and start accessing your data in dmraid
  47. activated ATARAID sets READ-ONLY first before you try to write it!
  48.  
  49.  
  50. Minimum prerequisites to run this software:
  51. -------------------------------------------
  52.  
  53. o a recent mainline Linux 2.6 kernel (includes needed
  54.   device-mapper mirror changes)
  55.  
  56.  
  57. Additional minimum prerequisites to build this software:
  58. --------------------------------------------------------
  59. o device mapper userpace installed (http://sources.redhat.com/dm/)
  60.  
  61. o the i386 rpm or source tarball for dmraid from
  62.   http://people.redhat.com/heinzm/sw/dmraid/
  63.  
  64.  
  65. Build/Install:
  66. --------------
  67. To install the rpm
  68.  
  69. rpm -i [--nodeps] dmraid-1.0.0.rc15.i386.rpm
  70.  
  71. - or -
  72.  
  73. to build in an empty directory and install from source
  74.  
  75. tar jxvf dmraid-1.0.0.rc15.tar.bz2
  76. ./configure    # see ./configure --help for options
  77. make
  78. make install
  79.  
  80.  
  81. In case you want to dietize dmraid, you need to build device-mapper with
  82. 'make CC="diet cc"' *and* install libdevmapper.a as /lib/libdevmapper_dietc.a.
  83.  
  84. Run "./configure --enable-dietlibc" before make.
  85.  
  86.  
  87. Howto start:
  88. ------------
  89. See "dmraid -h" for the synopsis and "man dmraid" for more details
  90. including some usage examples.
  91.  
  92. Your first command is probably "dmraid -s".
  93.  
  94. See TODO for known outstanding issues.
  95.  
  96. See doc/dmraid_design.txt for design notes.
  97.  
  98. See lib/format/template/ if you want to start your own metadata format
  99. handler implementation :)
  100.  
  101.  
  102. Contacts:
  103. ---------
  104. The author can be reached at <Mauelshagen@RedHat.com>.
  105.  
  106. For discussions, questions, patches, enhancement requests etc.,
  107. please subscribe and mail to <ataraid-list@redhat.com>.
  108.